-- PAvatar Revision Log -- 1.17 -- Bugs fixed: The ANSI request cursor position was not responding 12-23-91 correctly. Replacement SwapVectors procedure has been dropped, use Set_Sound_backg (read the docs). There were mis-calculations in the unit's fill and highlight area routines which resulted in an improper display when not using window number 0. Two new procedures have been added. The In_Command function allows you to determine when the interpreter is in the middle of processing an Avt/ANSI command. The UpdateCursor procedure can now change the cursor position easily. The demo program now checks the validity of coordinates passed to it's hooks. 1.15 -- Bugs fixed: When a sound in made under DESQview with the PAvt1 10-06-91 unit, it would overwrite a random memory location. When issuing a set cursor style command the same thing could happen. This has been fixed. There is now an easy way to control the sound that the unit will make via a new procedure "Set_Sound_backg", and a new variable "Sound_Stat". All of the Avatar/1 queries are now supported. Previously only the ID query would respond. (see the QUERIES.DOC file for details.) The demo programs have been combined into one with an include file for the hooks in the event that you want to use the code in your programs. The demo program's screen writing has been sped up 30%. 1.10 -- Added a procedure to set the active screen size without having 09-07-91 to reset it with the ResetTerminal procedure. There is now a slimmed down version (PAvt0) included which supports level 0+ and ANSI-BBS only. The unit names have changed to better reflect the name of the package. 1.01p -- Fixed a bug in the DESQview_Version function which caused it 08-25-91 not to work properly. Added an enhanced SwapVectors procedure to allow dos shells and swapping exec commands. Before the interrupt $1C hook wasn't being restored and usually resulted in a lockup. (Thanks to Mark Cook for noticing that bug.) 1.00p -- The original release. 08-01-91